Skip to content

converter: Add Pro micro to Halcyon adapter and remove Imera#26226

Draft
veypatch wants to merge 2 commits into
qmk:developfrom
splitkb:converter-halcyon
Draft

converter: Add Pro micro to Halcyon adapter and remove Imera#26226
veypatch wants to merge 2 commits into
qmk:developfrom
splitkb:converter-halcyon

Conversation

@veypatch

Copy link
Copy Markdown
Contributor

Add Pro micro to Halcyon adapter and remove Imera

Description

This PR adds the, to be released, Pro micro to Halcyon adapter, which allows the use of a Halcyon controller on any Pro micro based board. This controller is the one that's also installed on the Halcyon series of keyboards already upstreamed to QMK.

IMG_1255

This PR additionally removes the Imera. This product never ended up being sold and is cancelled.

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project: C, Python
  • I have read the PR Checklist document and have made the appropriate changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

@zvecr zvecr changed the base branch from master to develop May 19, 2026 13:46
@drashna drashna requested a review from a team May 21, 2026 02:41
| [Imera](https://splitkb.com/products/imera) | `imera` | `-e CONVERT_TO=imera` | `CONVERT_TO=imera` | `#ifdef CONVERT_TO_IMERA` |
| [Michi](https://github.com/ci-bus/michi-promicro-rp2040) | `michi` | `-e CONVERT_TO=michi` | `CONVERT_TO=michi` | `#ifdef CONVERT_TO_MICHI` |
| [Svlinky](https://github.com/sadekbaroudi/svlinky) | `svlinky` | `-e CONVERT_TO=svlinky` | `CONVERT_TO=svlinky` | `#ifdef CONVERT_TO_SVLINKY` |
| [Halcyon Adapter](https://splitkb.com/products/halcyon-adapter) | `halcyon` | `-e CONVERT_TO=halcyon` | `CONVERT_TO=halcyon` | `#ifdef CONVERT_TO_HALCYON` |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link 404s, is this likely to be resolved any time soon?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, we haven't created the product pages yet and the URL might end up being different so it's probably best to wait until we have the definitive URL. I'll put this in to draft for now until I've updated the link.

@veypatch veypatch marked this pull request as draft May 26, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants